home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / Tempio.dir / 00016_Script_16 < prev   
Text File  |  1997-11-23  |  357b  |  14 lines

  1. On StartMovie
  2.   
  3.   set the cursor of sprite 10 to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  4.   
  5.   repeat with n = 60 to 70
  6.     set the cursor of sprite n to [the number of cast "MouseUp", the number of cast "MouseUpMask"]
  7.   end repeat
  8.   
  9.   repeat with n = 61 to 70
  10.     set the visible of sprite n to 0
  11.   end repeat
  12.   
  13. end
  14.